You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > StatTimeSerAnalysis.BoxCox Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.BoxCox Method

Box-Cox transformation.

Syntax
C#
Visual Basic
public static void BoxCox([In] TVec U, [In] TVec Y, [In] double Lambda);
Parameters 
Description 
[In] TVec U 
Time series. 
[In] TVec Y 
Transformed time series. Size of Y is adjusted automatically. 
[In] double Lambda 
Box-Cox transformation lambda value. An exception is raised if Lambda < 0 . 

Performs Box-Cox transformation on time series. The Box-Cox transformation is defined by the following equation: 

 

 

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!